mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-18 07:53:00 -06:00
go fmt
This commit is contained in:
parent
ac1783a697
commit
83ca135be2
2 changed files with 2 additions and 2 deletions
|
|
@ -128,7 +128,7 @@ func New(cfg *config.Config, db db.DB, logger *logrus.Logger) (Router, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// set template functions
|
// set template functions
|
||||||
loadTemplateFunctions(engine);
|
loadTemplateFunctions(engine)
|
||||||
|
|
||||||
// load templates onto the engine
|
// load templates onto the engine
|
||||||
if err := loadTemplates(cfg, engine); err != nil {
|
if err := loadTemplates(cfg, engine); err != nil {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue