go fmt
This commit is contained in:
parent
455e8b1777
commit
56d7a84dcf
|
|
@ -113,8 +113,8 @@ func crt(cmd *cobra.Command, args []string) {
|
||||||
var crtCmd = &cobra.Command{
|
var crtCmd = &cobra.Command{
|
||||||
Use: "crt -r R R [R ...] -m M M [M ...]",
|
Use: "crt -r R R [R ...] -m M M [M ...]",
|
||||||
Short: "Solve a system of linear congruences",
|
Short: "Solve a system of linear congruences",
|
||||||
Long: `Solve a system of linear congruences.`,
|
Long: `Solve a system of linear congruences.`,
|
||||||
Run: crt,
|
Run: crt,
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue