mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-26 06:05:45 +00:00
chore: lint fixes
This commit is contained in:
@@ -423,7 +423,7 @@ const sem = grammar.createSemantics().addAttribute('ast', {
|
||||
},
|
||||
ws(_1, dictionary) {
|
||||
return {
|
||||
ws: mapPairListToKeyValPair(dictionary.ast)
|
||||
ws: mapPairListToKeyValPair(dictionary.ast),
|
||||
};
|
||||
},
|
||||
get(_1, dictionary) {
|
||||
@@ -831,7 +831,7 @@ const sem = grammar.createSemantics().addAttribute('ast', {
|
||||
body: 'json'
|
||||
},
|
||||
body: {
|
||||
json: outdentString(content.sourceString)
|
||||
json: outdentString(content.sourceString),
|
||||
}
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user