Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
probakowski committed May 9, 2024
1 parent e050b90 commit aa96f5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/auth/userpreferences/userpreferencesv1/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ package userpreferencesv1

import (
"context"
"slices"

"github.com/gravitational/teleport/api/types"
"github.com/gravitational/trace"
"github.com/sirupsen/logrus"
"google.golang.org/protobuf/types/known/emptypb"
"slices"

"github.com/gravitational/teleport"
userpreferences "github.com/gravitational/teleport/api/gen/proto/go/userpreferences/v1"
"github.com/gravitational/teleport/api/types"
"github.com/gravitational/teleport/lib/authz"
"github.com/gravitational/teleport/lib/services"
)
Expand Down
7 changes: 3 additions & 4 deletions lib/srv/desktop/windows_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,27 @@
package desktop

import (
"cmp"
"context"
"crypto/tls"
"crypto/x509"
"errors"
"fmt"
"log/slog"
"net"
"strconv"
"strings"
"sync"
"time"

userpreferencesv1 "github.com/gravitational/teleport/api/gen/proto/go/userpreferences/v1"

"cmp"
"github.com/go-ldap/ldap/v3"
"github.com/gravitational/trace"
"github.com/jonboulle/clockwork"
"github.com/sirupsen/logrus"
"log/slog"

"github.com/gravitational/teleport"
apidefaults "github.com/gravitational/teleport/api/defaults"
userpreferencesv1 "github.com/gravitational/teleport/api/gen/proto/go/userpreferences/v1"
"github.com/gravitational/teleport/api/types"
"github.com/gravitational/teleport/api/types/events"
"github.com/gravitational/teleport/lib/auth"
Expand Down

0 comments on commit aa96f5d

Please sign in to comment.