Add newlines at the end of the files from pre-commit hook

This commit is contained in:
Cosmin Ciocan
2024-01-12 16:51:51 +01:00
parent 2eae513950
commit ef642e3480
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
__host__ void hello(){
printf("Hello World!\n");
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
void hello();
#endif
#endif
+1 -1
View File
@@ -3,4 +3,4 @@
int main() {
hello();
return 0;
}
}
+1 -1
View File
@@ -7,4 +7,4 @@ __host__ void hello(){
int main() {
hello();
return 0;
}
}
+1 -1
View File
@@ -1,2 +1,2 @@
pytest>=7.4.3
IPython>=8.19.0
IPython>=8.19.0