summaryrefslogtreecommitdiffstats
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-09-30 12:11:22 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-09-30 13:35:56 +0200
commit20a1e20d9194527d725898c745d1243d3de16277 (patch)
treec2c7ef47bf1f47edf1d6cfcc437de6263cbe3838 /src/libstore/globals.hh
parent274357eb6acd9a0812872f32dd487354d51f0f13 (diff)
Style
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 0f0c0fe6f..8c63c5b34 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -893,10 +893,10 @@ public:
```nix
input.foo = {
- type="gitlab";
- host="gitlab.mycompany.com";
- owner="mycompany";
- repo="pro";
+ type = "gitlab";
+ host = "gitlab.mycompany.com";
+ owner = "mycompany";
+ repo = "pro";
};
```