Remove unnecesary frozen_string_literal comment
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Legislation::Process::Phase
|
||||
|
||||
def initialize(start_date, end_date, enabled)
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Legislation::Process::Publication
|
||||
|
||||
def initialize(publication_date, enabled)
|
||||
|
||||
Reference in New Issue
Block a user