diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2020-01-06 15:01:53 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-01-07 20:46:09 +0100 |
commit | 3f6f5496277c76c2498fd245a112931d19830497 (patch) | |
tree | 3005200a620444d6875851c99df05af9281f294f /server/sonar-web/src/main/js/app/theme.js | |
parent | ea3447cd2d4143ffdeac91a7baff50f98956d725 (diff) | |
download | sonarqube-3f6f5496277c76c2498fd245a112931d19830497.tar.gz sonarqube-3f6f5496277c76c2498fd245a112931d19830497.zip |
Format all headers for 2020
Diffstat (limited to 'server/sonar-web/src/main/js/app/theme.js')
-rw-r--r-- | server/sonar-web/src/main/js/app/theme.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/app/theme.js b/server/sonar-web/src/main/js/app/theme.js index 5b1eecf9684..8b2de50ca23 100644 --- a/server/sonar-web/src/main/js/app/theme.js +++ b/server/sonar-web/src/main/js/app/theme.js @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - // IMPORTANT: any change in this file requires restart of the dev server const grid = 8; |