Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Oct 13, 2023
1 parent e92a09d commit 1e51a9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/director.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

var (
directorCmd = &cobra.Command{
Use: "director",
Use: "director",
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
err := config.InitServer()
return err
Expand Down
2 changes: 1 addition & 1 deletion cmd/namespace_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

var (
namespaceRegistryCmd = &cobra.Command{
Use: "registry",
Use: "registry",
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
err := config.InitServer()
return err
Expand Down
1 change: 0 additions & 1 deletion cmd/origin_serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ type (
}
)


func checkXrootdEnv() error {
uid, err := config.GetDaemonUID()
if err != nil {
Expand Down

0 comments on commit 1e51a9e

Please sign in to comment.