Skip to content

Commit e09fe98

Browse files
committed
Rubocop: auto-correct
1 parent bde9bfb commit e09fe98

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

jekyll-compose.gemspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# coding: utf-8
2-
lib = File.expand_path('lib', __dir__)
1+
2+
# frozen_string_literal: true
3+
4+
lib = File.expand_path("lib", __dir__)
35
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
46
require "jekyll-compose/version"
57

0 commit comments

Comments
 (0)