Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
  • Loading branch information
vikrantpuppala committed Oct 16, 2024
1 parent efadda8 commit 7549d0d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
@Entity
@Table(
name = "uc_commits",
uniqueConstraints = {
@UniqueConstraint(columnNames = {"table_id", "commit_version"})
})
uniqueConstraints = {@UniqueConstraint(columnNames = {"table_id", "commit_version"})})
// Lombok
@Getter
@Setter
Expand Down

0 comments on commit 7549d0d

Please sign in to comment.