Skip to content

Commit 6188232

Browse files
committed
Fix EOL of text files
1 parent 932c3aa commit 6188232

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+50
-50
lines changed

examples/components/button.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@
219219
</div>
220220

221221
</body>
222-
</html>
222+
</html>

examples/components/card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,4 +310,4 @@
310310
</div>
311311

312312
</body>
313-
</html>
313+
</html>

examples/components/input.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@
156156
</div>
157157

158158
</body>
159-
</html>
159+
</html>

examples/components/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@
206206
</div>
207207

208208
</body>
209-
</html>
209+
</html>

examples/components/site.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ <h2>Example body text</h2>
7171
</div>
7272

7373
</body>
74-
</html>
74+
</html>

examples/components/table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,4 +468,4 @@
468468
</div>
469469

470470
</body>
471-
</html>
471+
</html>

tasks/admin/distributions/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ module.exports = function(callback) {
205205
}
206206

207207
gulp.series(...tasks)(callback);
208-
};
208+
};

tasks/admin/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ module.exports = function (callback) {
2121
'update components', // commit components to github
2222
)(callback);
2323

24-
};
24+
};

tasks/admin/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ module.exports = function (callback) {
2525
'create components', // update each repo
2626
)(callback);
2727

28-
};
28+
};

tasks/build/assets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ module.exports.watch = function (type, config) {
6060
});
6161
};
6262

63-
module.exports.buildAssets = buildAssets;
63+
module.exports.buildAssets = buildAssets;

0 commit comments

Comments
 (0)