Skip to content

Commit

Permalink
🚨 Fix linter warning #6
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Dec 21, 2024
1 parent 4b5f1b0 commit cb92699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

import java.time.LocalDateTime;

public record EventSummaryData(Long id, String name, LocalDateTime date, String location) {}
public record EventSummaryData(Long id, String name, LocalDateTime date, String location) { }

0 comments on commit cb92699

Please sign in to comment.