Skip to content

Commit

Permalink
spotless:apply
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent ARNAL <[email protected]>
  • Loading branch information
lo92fr committed Dec 13, 2024
1 parent bfb95af commit a25386b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,4 @@ public SmartthingsHandlerFactory(final @Reference HttpService httpService,
}
return null;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ public void setThingHandler(@Nullable ThingHandler handler) {
public @Nullable ThingHandler getThingHandler() {
return smartthingsBridgeHandler;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,4 @@ public String getClientId() {
public String getClientSecret() {
return config.clientSecret;
}

}

0 comments on commit a25386b

Please sign in to comment.