From 689a6465aab01617b0a9b10ecb1ef636b51dc4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Tue, 9 Jul 2024 19:42:41 +0200 Subject: [PATCH] Fix format --- YACReaderLibrary/library_creator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/library_creator.cpp b/YACReaderLibrary/library_creator.cpp index ce9a5271..5e57c643 100644 --- a/YACReaderLibrary/library_creator.cpp +++ b/YACReaderLibrary/library_creator.cpp @@ -41,7 +41,7 @@ Folder rootFolder(QSqlDatabase &db) root.type = selectQuery.value("type").value(); return root; - } +} //-------------------------------------------------------------------------------- LibraryCreator::LibraryCreator(QSettings *settings)