From 56d7a84dcf4870658c5bc92ec6ca2d683ba2fef3 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 18 Aug 2025 21:43:58 -0400 Subject: [PATCH] go fmt --- cmd/crt.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/crt.go b/cmd/crt.go index 5e06c43..df46965 100644 --- a/cmd/crt.go +++ b/cmd/crt.go @@ -113,8 +113,8 @@ func crt(cmd *cobra.Command, args []string) { var crtCmd = &cobra.Command{ Use: "crt -r R R [R ...] -m M M [M ...]", Short: "Solve a system of linear congruences", - Long: `Solve a system of linear congruences.`, - Run: crt, + Long: `Solve a system of linear congruences.`, + Run: crt, } func init() {