Remove trailing comma
This commit is contained in:
parent
52d4efbd03
commit
159ce5c2ae
|
@ -70,7 +70,7 @@ class StaticController < ApplicationController
|
||||||
],
|
],
|
||||||
icons: webapp_icons,
|
icons: webapp_icons,
|
||||||
theme_color: theme_color,
|
theme_color: theme_color,
|
||||||
background_color: mobile_theme_color,
|
background_color: mobile_theme_color
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue