Skip to content

Commit

Permalink
remove newlines from files
Browse files Browse the repository at this point in the history
  • Loading branch information
rtim75 committed Sep 14, 2024
1 parent f22e06e commit 1e0faa7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/config/data/ns.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,3 @@ func (n *Namespace) rmFavNS(ns string) {

n.Favorites = append(n.Favorites[:victim], n.Favorites[victim+1:]...)
}

1 change: 0 additions & 1 deletion internal/config/data/ns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,3 @@ func TestNSValidateRmFavs(t *testing.T) {

assert.Equal(t, []string{"default", "fred"}, ns.Favorites)
}

0 comments on commit 1e0faa7

Please sign in to comment.