Utils::Rouge: add missing frozen_string_literal comment.
This commit is contained in:
parent
8e9605a32c
commit
62c822e834
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Jekyll
|
||||
module Utils
|
||||
module Rouge
|
||||
|
|
Loading…
Reference in New Issue