mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-25 00:00:52 -04:00
Run 'crystal tool format'
This commit is contained in:
@@ -9,7 +9,8 @@ abstract class Entry
|
||||
def initialize(
|
||||
@id, @title, @book,
|
||||
@size, @pages, @mtime,
|
||||
@encoded_path, @encoded_title, @err_msg)
|
||||
@encoded_path, @encoded_title, @err_msg
|
||||
)
|
||||
end
|
||||
|
||||
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
|
||||
|
||||
Reference in New Issue
Block a user