Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 17:11:50 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 17:11:50 +0300
commitbcd13296def0ac8b8fb48067472f1019d5715895 (patch)
treeeab22a316ef3012a06d05a477f8ca235ce6e84b6 /build
parenta8a06a82d2b93c17b3014f0d468f23239100ca10 (diff)
Make sure every file ends with an empty newline
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/bootstrap/Sharing.php1
-rw-r--r--build/integration/features/bootstrap/Trashbin.php1
-rw-r--r--build/signed-off-checker.php1
3 files changed, 0 insertions, 3 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;
}
}
-
diff --git a/build/signed-off-checker.php b/build/signed-off-checker.php
index 32deceb47b7..43cf4529476 100644
--- a/build/signed-off-checker.php
+++ b/build/signed-off-checker.php
@@ -127,4 +127,3 @@ if($notSignedCommits !== []) {
} else {
exit(0);
}
-