mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 02:08:23 +00:00
Run 'crystal tool format'
This commit is contained in:
parent
7fc7a47849
commit
87601d1400
@ -14,7 +14,8 @@ module Sentry
|
|||||||
@build_args : Array(String) = [] of String,
|
@build_args : Array(String) = [] of String,
|
||||||
@run_args : Array(String) = [] of String,
|
@run_args : Array(String) = [] of String,
|
||||||
files = [] of String,
|
files = [] of String,
|
||||||
should_build = true)
|
should_build = true
|
||||||
|
)
|
||||||
@files = files
|
@files = files
|
||||||
@should_build = should_build
|
@should_build = should_build
|
||||||
@should_kill = false
|
@should_kill = false
|
||||||
|
@ -5,7 +5,6 @@ require "pg"
|
|||||||
require "xml"
|
require "xml"
|
||||||
require "time"
|
require "time"
|
||||||
|
|
||||||
|
|
||||||
macro templated(filename)
|
macro templated(filename)
|
||||||
render "src/views/#{{{filename}}}.ecr", "src/views/layout.ecr"
|
render "src/views/#{{{filename}}}.ecr", "src/views/layout.ecr"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user