Skip to content

Commit 2480592

Browse files
committed
Fixed missing newline at EOF in plugin and test files.
1 parent 4a9285b commit 2480592

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_plugins/tailwind_incremental_fix.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ class << self
6666
# Reset flag after build completes
6767
Jekyll::Hooks.register :site, :post_write do |site|
6868
Jekyll::PostcssTrigger.css_touched = false
69-
end
69+
end

test/test_plugin_tailwind_incremental_fix.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,4 @@
218218
_(File.read("stylesheets/main.css")).must_equal content
219219
end
220220
end
221-
end
221+
end

0 commit comments

Comments
 (0)