1
0

code formatting

This commit is contained in:
Arpad Ryszka 2026-03-04 21:22:35 +01:00
parent 1589e358cf
commit c05f718ebf
4 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
package times_test
import (
"testing"
"code.squareroundforest.org/arpio/times"
"time"
"sort"
"testing"
"time"
)
func TestSys(t *testing.T) {

View File

@ -1,8 +1,8 @@
package times
import (
"time"
"sort"
"time"
)
type clockState struct {