mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
DEV: Apply syntax_tree formatting to app/*
This commit is contained in:
@ -3,10 +3,7 @@
|
||||
class BackupFile
|
||||
include ActiveModel::SerializerSupport
|
||||
|
||||
attr_reader :filename,
|
||||
:size,
|
||||
:last_modified,
|
||||
:source
|
||||
attr_reader :filename, :size, :last_modified, :source
|
||||
|
||||
def initialize(filename:, size:, last_modified:, source: nil)
|
||||
@filename = filename
|
||||
|
Reference in New Issue
Block a user