diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-11-13 16:39:09 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-11-13 16:39:09 +0100 |
commit | f575060b93717491f09f1f85726b6eee07d467bd (patch) | |
tree | 66225b90964f59fb3f47aa8f1888b1d114e5dbb8 /core | |
parent | 57eb046836f1c878a9011a52a7f9e6757d0a9e83 (diff) | |
download | nextcloud-server-f575060b93717491f09f1f85726b6eee07d467bd.tar.gz nextcloud-server-f575060b93717491f09f1f85726b6eee07d467bd.zip |
add newline at the end of the ~~universe~~ file
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/jquery-ui-fixes.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/jquery-ui-fixes.scss b/core/css/jquery-ui-fixes.scss index fcc4c750809..9dc75fc3274 100644 --- a/core/css/jquery-ui-fixes.scss +++ b/core/css/jquery-ui-fixes.scss @@ -198,4 +198,5 @@ background-color: $color-primary; color: $color-primary-text; border: 1px solid $color-primary-text; -}
\ No newline at end of file +} + |