Skip to content

Commit ae65bd9

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -922,11 +922,11 @@ public void dropRetentionPolicy(final String rpName, final String database) {
922922
}
923923

924924
private String getDatabase(final Query query) {
925-
String db = query.getDatabase();
926-
if (db == null) {
927-
return this.database;
928-
}
929-
return db;
925+
String db = query.getDatabase();
926+
if (db == null) {
927+
return this.database;
928+
}
929+
return db;
930930
}
931931

932932
private interface ChunkProccesor {

0 commit comments

Comments
 (0)