fix some here.Doc string indents in federation_domain_watcher_test.go

To make things visually line up better.
This commit is contained in:
Ryan Richard 2023-07-20 16:34:11 -07:00
parent 51742366fe
commit bd5cabf0ff
2 changed files with 76 additions and 76 deletions

View File

@ -6,7 +6,6 @@ package integration
import (
"context"
"fmt"
"go.pinniped.dev/internal/here"
"testing"
"time"
@ -17,6 +16,7 @@ import (
"go.pinniped.dev/generated/latest/apis/supervisor/config/v1alpha1"
idpv1alpha1 "go.pinniped.dev/generated/latest/apis/supervisor/idp/v1alpha1"
"go.pinniped.dev/internal/here"
"go.pinniped.dev/test/testlib"
)