From fe8404d34ada266892f4b856fb6c42ca3a784684 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Wed, 7 Feb 2024 09:58:48 -0500 Subject: [PATCH] code indentation --- content/journal/encrypt-and-dither-photos-in-hugo/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/journal/encrypt-and-dither-photos-in-hugo/index.md b/content/journal/encrypt-and-dither-photos-in-hugo/index.md index 3718b0c..d7ebee2 100644 --- a/content/journal/encrypt-and-dither-photos-in-hugo/index.md +++ b/content/journal/encrypt-and-dither-photos-in-hugo/index.md @@ -76,7 +76,7 @@ Dir.glob("content/**/*.{jpg,jpeg,png}").each do |path| -out #{path}.enc \ -pass file:secret.key \ -iter 1000000 - ) + ) end ```