Skip to content

Commit aa09091

Browse files
author
Enric Sala
committed
Remove an orphan semicolon
1 parent 1044cac commit aa09091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb-client/QueryBuilder.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
GroupByTimeInterval = {}
1212
GroupByTimeFill = []
1313
GroupByTags = {}
14-
Limit = [];
14+
Limit = []
1515
end
1616

1717
methods

0 commit comments

Comments
 (0)