summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/app.go2
-rw-r--r--app/post_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/app.go b/app/app.go
index 205b9b0b1..636f0a428 100644
--- a/app/app.go
+++ b/app/app.go
@@ -154,7 +154,7 @@ func New(options ...Option) (outApp *App, outErr error) {
if err := app.ensureAsymmetricSigningKey(); err != nil {
return nil, errors.Wrapf(err, "unable to ensure asymmetric signing key")
}
-
+
app.initJobs()
app.initBuiltInPlugins()
diff --git a/app/post_test.go b/app/post_test.go
index ebe973270..2472e40c6 100644
--- a/app/post_test.go
+++ b/app/post_test.go
@@ -345,4 +345,4 @@ func TestMakeOpenGraphURLsAbsolute(t *testing.T) {
}
})
}
-} \ No newline at end of file
+}