Replace single quotes with double quotes

Most of these quotes were in the dashboard branch before we added the
rule for double quotes.
This commit is contained in:
Javi Martín
2019-06-18 01:56:20 +02:00
parent 5c5d798590
commit cf9e36c767
57 changed files with 140 additions and 140 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
load File.expand_path("../spring", __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
raise unless e.message.include?("spring")
end
# frozen_string_literal: true
#