Skip to content

Commit aafdce5

Browse files
committed
Fix code style (hash syntax)
1 parent 54a407f commit aafdce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ end
1111
LANGUAGES = %w[bg de en es fr id it ja ko pl pt ru tr vi zh_cn zh_tw]
1212
CONFIG = "_config.yml"
1313

14-
task :default => [:build]
14+
task default: [:build]
1515

1616
desc "Run tests (lint, build)"
17-
task :test => [:lint, :build]
17+
task test: [:lint, :build]
1818

1919
desc "Build the Jekyll site"
2020
task :build do

0 commit comments

Comments
 (0)