mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-28 09:26:26 -06:00
"go fmt" fixups
Apparently my editor is still not reliably formatting on save, so I missed a few formatting quirks in these files.
This commit is contained in:
parent
73c9521a04
commit
5255e85238
@ -1,9 +1,9 @@
|
||||
package command
|
||||
|
||||
import (
|
||||
"log"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
Loading…
Reference in New Issue
Block a user