Enforce new-line at end of code files

This commit is contained in:
Jonathan White
2025-07-06 09:20:11 -04:00
parent 20c65fbd1e
commit 76b2f377df
7 changed files with 7 additions and 6 deletions

View File

@@ -43,4 +43,4 @@ int main(int argc, char* argv[])
result |= QTest::qExec(&attachmentWidget, argc, argv);
return result;
}
}