mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add spaces before and after parenthesis
This commit is contained in:
@@ -150,7 +150,7 @@ var rewriteRules = function (rules, mergedCssPath) {
|
||||
absolutePath = resource.path;
|
||||
}
|
||||
|
||||
if(resource.hash){
|
||||
if (resource.hash) {
|
||||
absolutePath += resource.hash;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user