Skip to content

Commit f0d025e

Browse files
committed
Apply Prettier
1 parent c0eacce commit f0d025e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/process.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ module.exports = function(src, filename, config) {
108108

109109
const isFunctional =
110110
(descriptor.template &&
111-
descriptor.template.attrs &&
112-
descriptor.template.attrs.functional) ||
111+
descriptor.template.attrs &&
112+
descriptor.template.attrs.functional) ||
113113
(descriptor.script &&
114-
descriptor.script.content &&
115-
/functional:\s*true/.test(descriptor.script.content))
114+
descriptor.script.content &&
115+
/functional:\s*true/.test(descriptor.script.content))
116116

117117
const templateStart = descriptor.template && descriptor.template.start
118118
const templateLine = src.slice(0, templateStart).split(splitRE).length

0 commit comments

Comments
 (0)