Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RedsTom committed Aug 26, 2023
1 parent eb01c97 commit 9b17dd2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/java/me/redstom/beaconwarp/orm/entities/Warp.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
@Entity
public class Warp {

@Id @GeneratedValue(strategy = GenerationType.AUTO) private int id;
private String name;
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private int id;
private String name;

private String world;

Expand Down

0 comments on commit 9b17dd2

Please sign in to comment.