Skip to content

Commit 2452b09

Browse files
committed
chore: cleanup lint
1 parent c517a0b commit 2452b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/influxdb/v3/client/internal/InfluxDBClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ private Stream<VectorSchemaRoot> queryData(@Nonnull final String query,
397397
Arguments.checkNonEmpty(query, "query");
398398
Arguments.checkNotNull(parameters, "parameters");
399399
Arguments.checkNotNull(options, "options");
400-
400+
401401
if (closed) {
402402
throw new IllegalStateException("InfluxDBClient has been closed.");
403403
}

0 commit comments

Comments
 (0)