Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit ff66aaf

Browse files
committed
gofmt fix
1 parent 8637df1 commit ff66aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

expr/funcs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func init() {
8787
"scale": {NewScale, true},
8888
"scaleToSeconds": {NewScaleToSeconds, true},
8989
"smartSummarize": {NewSmartSummarize, false},
90-
"sortBy": {NewSortByConstructor("", false), true},
90+
"sortBy": {NewSortByConstructor("", false), true},
9191
"sortByMaxima": {NewSortByConstructor("max", true), true},
9292
"sortByName": {NewSortByName, true},
9393
"sortByTotal": {NewSortByConstructor("sum", true), true},

0 commit comments

Comments
 (0)