From a98f547c8b7f7db20d35df6a836c0ac8b179516d Mon Sep 17 00:00:00 2001 From: Francesco Mecca Date: Sat, 27 Apr 2019 09:22:59 +0200 Subject: [PATCH] indent --- web/source/app.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/source/app.d b/web/source/app.d index b5d7a34..9cce49e 100644 --- a/web/source/app.d +++ b/web/source/app.d @@ -47,7 +47,7 @@ auto shuffle(string[] args, const string t) template DevRandomGen(string gen) - if (gen == "/dev/random" || gen == "/dev/urandom") +if (gen == "/dev/random" || gen == "/dev/urandom") { struct DevRandomGen {