diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:11:50 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:11:50 +0200 |
commit | bcd13296def0ac8b8fb48067472f1019d5715895 (patch) | |
tree | eab22a316ef3012a06d05a477f8ca235ce6e84b6 /build/integration | |
parent | a8a06a82d2b93c17b3014f0d468f23239100ca10 (diff) | |
download | nextcloud-server-bcd13296def0ac8b8fb48067472f1019d5715895.tar.gz nextcloud-server-bcd13296def0ac8b8fb48067472f1019d5715895.zip |
Make sure every file ends with an empty newline
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'build/integration')
-rw-r--r-- | build/integration/features/bootstrap/Sharing.php | 1 | ||||
-rw-r--r-- | build/integration/features/bootstrap/Trashbin.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/build/integration/features/bootstrap/Sharing.php b/build/integration/features/bootstrap/Sharing.php index 590e0c4663c..762e0dcb045 100644 --- a/build/integration/features/bootstrap/Sharing.php +++ b/build/integration/features/bootstrap/Sharing.php @@ -742,4 +742,3 @@ trait Sharing { return $sharees; } } - diff --git a/build/integration/features/bootstrap/Trashbin.php b/build/integration/features/bootstrap/Trashbin.php index c7bef76e954..b68048e7cc9 100644 --- a/build/integration/features/bootstrap/Trashbin.php +++ b/build/integration/features/bootstrap/Trashbin.php @@ -167,4 +167,3 @@ trait Trashbin { return; } } - |