Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
style: format code with Google Java Format and StandardJS
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 7febd3b according to the output
from Google Java Format and StandardJS.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jan 8, 2024
1 parent 7febd3b commit 7981465
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
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 {}
4 changes: 1 addition & 3 deletions src/main/java/io/hardingadonis/saledock/model/Model.java
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 {}
4 changes: 1 addition & 3 deletions src/main/java/io/hardingadonis/saledock/utils/Utils.java
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 {}

0 comments on commit 7981465

Please sign in to comment.