diff options
author | Thomas Lange <code@nerdmind.de> | 2021-10-24 14:49:29 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-10-24 14:58:43 +0200 |
commit | 6a45789731c75db0c782ae2d0bdc478aa7ccb6ad (patch) | |
tree | f3cb7f5ab641cf2893849e4311f06787ae523457 /include/classes/Application.php | |
parent | 4163aa7195645c2b642ec1172f4658b5606da4ac (diff) | |
download | bigpipe-6a45789731c75db0c782ae2d0bdc478aa7ccb6ad.tar.gz bigpipe-6a45789731c75db0c782ae2d0bdc478aa7ccb6ad.tar.xz bigpipe-6a45789731c75db0c782ae2d0bdc478aa7ccb6ad.zip |
Remove closing tags and ensure LF at end of files
Remove the unnecessary PHP closing tags and ensure that
*all* non-binary files ending with an LF character.
Diffstat (limited to 'include/classes/Application.php')
-rw-r--r-- | include/classes/Application.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/classes/Application.php b/include/classes/Application.php index d6ef6c5..88161cc 100644 --- a/include/classes/Application.php +++ b/include/classes/Application.php @@ -35,4 +35,3 @@ class Application { return $Javascript; } } -?>
\ No newline at end of file |