Skip to content

Commit

Permalink
style: add EoLs
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <mvasek@redhat.com>
  • Loading branch information
matejvasek committed Jul 9, 2024
1 parent f0778fc commit ad54f6e
Show file tree
Hide file tree
Showing 6 changed files with 6,912 additions and 6,912 deletions.
13,814 changes: 6,907 additions & 6,907 deletions generate/zz_filesystem_generated.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/python/cloudevents/test_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ def test_func(self):
self.assertEqual(body.data, event.data)

if __name__ == "__main__":
unittest.main()
unittest.main()
2 changes: 1 addition & 1 deletion templates/python/http/test_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def test_func_empty_request(self):
self.assertEqual(code, 200)

if __name__ == "__main__":
unittest.main()
unittest.main()
2 changes: 1 addition & 1 deletion templates/springboot/cloudevents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion templates/springboot/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Spring Functions Configuration
# Spring Functions Configuration

0 comments on commit ad54f6e

Please sign in to comment.