From 653660e510b2b90a0ed56857438ca436376f3579 Mon Sep 17 00:00:00 2001 From: rachedkko Date: Sun, 3 Mar 2024 12:50:08 +0100 Subject: [PATCH] fix : checkstyle (#10585) --- .../org/jabref/gui/entryeditor/LatexCitationsTabViewModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jabref/gui/entryeditor/LatexCitationsTabViewModel.java b/src/main/java/org/jabref/gui/entryeditor/LatexCitationsTabViewModel.java index 6978b0d7b86..b85ac029898 100644 --- a/src/main/java/org/jabref/gui/entryeditor/LatexCitationsTabViewModel.java +++ b/src/main/java/org/jabref/gui/entryeditor/LatexCitationsTabViewModel.java @@ -257,4 +257,4 @@ public void shutdown() { } fileUpdateMonitor.shutdown(); } -} \ No newline at end of file +}