From c35147bf9a270a07b7922ec8f1923d43f7720c23 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 5 May 2025 10:24:21 -0300 Subject: src/gistatic.go: Tweak indentation 💅 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gistatic.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/gistatic.go b/src/gistatic.go index b4ad501..14954fc 100644 --- a/src/gistatic.go +++ b/src/gistatic.go @@ -54,16 +54,14 @@ func getopt(allArgs []string, w io.Writer) (argsT, int) { return argsT{}, 2 } - args := argsT{ + return argsT{ outputPath: *outputPath, cloneUrl: *cloneUrl, allArgs: allArgs, - } - - return args, 0 + }, 0 } -func run(args argsT, stdin io.Reader, stdout io.Writer, stderr io.Writer) int { +func run(args argsT, stdin io.Reader, stdout io.Writer, stderr io.Writer) int { return 0 } -- cgit v1.2.3