This repository has been archived by the owner on May 31, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: format code with Google Java Format and StandardJS
This commit fixes the style issues introduced in 7febd3b according to the output from Google Java Format and StandardJS. Details: None
- Loading branch information
1 parent
7febd3b
commit 7981465
Showing
3 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
4 changes: 1 addition & 3 deletions
4
src/main/java/io/hardingadonis/saledock/controller/Controller.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
package io.hardingadonis.saledock.controller; | ||
|
||
public class Controller { | ||
|
||
} | ||
public class Controller {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
package io.hardingadonis.saledock.model; | ||
|
||
public class Model { | ||
|
||
} | ||
public class Model {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
package io.hardingadonis.saledock.utils; | ||
|
||
public class Utils { | ||
|
||
} | ||
public class Utils {} |