Skip to content

Commit

Permalink
fix : checkstyle (JabRef#10585)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachedkko committed Mar 3, 2024
1 parent 8ff512e commit afb4c09
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.jabref.model.database.BibDatabaseContext;
import org.jabref.model.entry.BibEntry;
import org.jabref.preferences.PreferencesService;
import org.jabref.gui.util.DefaultFileUpdateMonitor;
import com.tobiasdiez.easybind.EasyBind;

public class LatexCitationsTab extends EntryEditorTab {
Expand Down Expand Up @@ -141,5 +140,4 @@ public boolean shouldShow(BibEntry entry) {
public void close() {
viewModel.shutdown();
}

}
}

0 comments on commit afb4c09

Please sign in to comment.