Skip to content

Commit

Permalink
spotless:apply
Browse files Browse the repository at this point in the history
  • Loading branch information
YangYumings committed Nov 28, 2024
1 parent fe7b5f6 commit 7c8fb2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public static void distributeDevices(
deviceSchemasList.add(deviceSchema);
nameDataSchema.putIfAbsent(deviceSchema.getDevice(), deviceSchema);
groups.add(deviceSchema.getGroup());
if(collectTables){
if (collectTables) {
MetaDataSchema.TABLES.add(deviceSchema.getTable());
}
deviceIndex++;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ public boolean createMetaDataSchema() {
true);
// dataClient
MetaUtil.distributeDevices(
config.getDATA_CLIENT_NUMBER(), DATA_CLIENT_DATA_SCHEMA, sensors, NAME_DATA_SCHEMA, GROUPS, false);
config.getDATA_CLIENT_NUMBER(),
DATA_CLIENT_DATA_SCHEMA,
sensors,
NAME_DATA_SCHEMA,
GROUPS,
false);
return true;
}
}

0 comments on commit 7c8fb2d

Please sign in to comment.