Skip to content

Commit 1ca4a4d

Browse files
committed
style: Add empty line after guard clause
1 parent 6ce4278 commit 1ca4a4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/jekyll-gist/gist_tag.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def gist_script_tag(gist_id, filename = nil)
5858

5959
def gist_noscript_tag(gist_id, filename = nil)
6060
return if @settings && @settings["noscript"] == false
61+
6162
code = fetch_raw_code(gist_id, filename)
6263
if !code.nil?
6364
code = code.force_encoding(@encoding)

0 commit comments

Comments
 (0)