about summary refs log tree commit diff
path: root/ops/modules/atward.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/modules/atward.nix')
-rw-r--r--ops/modules/atward.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/ops/modules/atward.nix b/ops/modules/atward.nix
index 354f9ebdd3..f345a08e31 100644
--- a/ops/modules/atward.nix
+++ b/ops/modules/atward.nix
@@ -3,7 +3,8 @@
 let
   cfg = config.services.depot.atward;
   description = "atward - (attempt to) cleverly route queries";
-in {
+in
+{
   options.services.depot.atward = {
     enable = lib.mkEnableOption description;