From ef642e3480d834ce55a80a751efda803031f9cef Mon Sep 17 00:00:00 2001 From: Cosmin Ciocan Date: Fri, 12 Jan 2024 16:51:51 +0100 Subject: [PATCH] Add newlines at the end of the files from pre-commit hook --- .readthedocs.yaml | 2 +- .vscode/settings.json | 2 +- LICENSE | 2 +- docs/Makefile | 2 +- docs/make.bat | 2 +- docs/requirements.txt | 2 +- tests/fixtures/multiple_files/hello.cu | 2 +- tests/fixtures/multiple_files/hello.h | 2 +- tests/fixtures/multiple_files/main.cu | 2 +- tests/fixtures/single_file/hello.cu | 2 +- tests/requirements.txt | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index eb12299..314290f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -29,4 +29,4 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt diff --git a/.vscode/settings.json b/.vscode/settings.json index 0e16f80..6422f59 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -29,4 +29,4 @@ "isort.args": [ "--settings-path=pyproject.toml" ] -} \ No newline at end of file +} diff --git a/LICENSE b/LICENSE index 47b69e9..134312e 100644 --- a/LICENSE +++ b/LICENSE @@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/docs/Makefile b/docs/Makefile index 269cadc..d0c3cbf 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -17,4 +17,4 @@ help: # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) diff --git a/docs/make.bat b/docs/make.bat index fa98a78..319c288 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -32,4 +32,4 @@ goto end %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% :end -popd \ No newline at end of file +popd diff --git a/docs/requirements.txt b/docs/requirements.txt index 1d628f2..53fc1f3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ sphinx==7.1.2 -sphinx-rtd-theme==1.3.0rc1 \ No newline at end of file +sphinx-rtd-theme==1.3.0rc1 diff --git a/tests/fixtures/multiple_files/hello.cu b/tests/fixtures/multiple_files/hello.cu index 3b7a67f..7f6c3c6 100644 --- a/tests/fixtures/multiple_files/hello.cu +++ b/tests/fixtures/multiple_files/hello.cu @@ -3,4 +3,4 @@ __host__ void hello(){ printf("Hello World!\n"); -} \ No newline at end of file +} diff --git a/tests/fixtures/multiple_files/hello.h b/tests/fixtures/multiple_files/hello.h index aaa8cdd..f19e5d3 100644 --- a/tests/fixtures/multiple_files/hello.h +++ b/tests/fixtures/multiple_files/hello.h @@ -3,4 +3,4 @@ void hello(); -#endif \ No newline at end of file +#endif diff --git a/tests/fixtures/multiple_files/main.cu b/tests/fixtures/multiple_files/main.cu index 290472a..5c0ebb8 100644 --- a/tests/fixtures/multiple_files/main.cu +++ b/tests/fixtures/multiple_files/main.cu @@ -3,4 +3,4 @@ int main() { hello(); return 0; -} \ No newline at end of file +} diff --git a/tests/fixtures/single_file/hello.cu b/tests/fixtures/single_file/hello.cu index 5620101..eda41aa 100644 --- a/tests/fixtures/single_file/hello.cu +++ b/tests/fixtures/single_file/hello.cu @@ -7,4 +7,4 @@ __host__ void hello(){ int main() { hello(); return 0; -} \ No newline at end of file +} diff --git a/tests/requirements.txt b/tests/requirements.txt index 78d9bb7..aac9161 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,2 +1,2 @@ pytest>=7.4.3 -IPython>=8.19.0 \ No newline at end of file +IPython>=8.19.0