Skip to content

Commit cefce0d

Browse files
committed
remove whitespace
1 parent 445a14e commit cefce0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/lib/pattern_assembler.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,9 @@ var pattern_assembler = function () {
166166
currentPattern.patternDescExists = true;
167167
currentPattern.patternDesc = markdownObject.markdown;
168168

169-
170169
//Add all markdown to the currentPattern, including frontmatter
171170
currentPattern.allMarkdown = markdownObject;
172171

173-
174172
//consider looping through all keys eventually. would need to blacklist some properties and whitelist others
175173
if (markdownObject.state) {
176174
currentPattern.patternState = markdownObject.state;

0 commit comments

Comments
 (0)