change quotes using rubocop --only Style/StringLiterals,Style/QuotedSymbols -a

This commit is contained in:
Ivan Kuchin
2024-03-20 16:27:46 +01:00
parent 099bbf7244
commit 9e4934cd0a
4489 changed files with 66356 additions and 66356 deletions
+2 -2
View File
@@ -28,11 +28,11 @@
# This file is used by Rack-based servers to start the application.
require File.expand_path('config/environment', __dir__)
require File.expand_path("config/environment", __dir__)
subdir = OpenProject::Configuration.rails_relative_url_root.presence
map (subdir || '/') do
map (subdir || "/") do
use Rack::Protection::JsonCsrf
use Rack::Protection::FrameOptions