Skip to content

Commit 785057d

Browse files
committed
Fixed checkstyle complains (tabs -> spaces).
1 parent a0567bc commit 785057d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/influxdb/impl/InfluxDBImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ public void dropRetentionPolicy(final String rpName, final String database) {
924924
private String getDatabase(final Query query) {
925925
String db = query.getDatabase();
926926
if (db == null) {
927-
return this.database;
927+
return this.database;
928928
}
929929
return db;
930930
}

0 commit comments

Comments
 (0)