Skip to content

Commit da0ac00

Browse files
committed
remove accidental newline
1 parent eb2b285 commit da0ac00

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

out.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: networking.k8s.io/v1
2+
kind: NetworkPolicy
3+
metadata:
4+
creationTimestamp: null
5+
name: default-deny-in-namespace
6+
spec:
7+
podSelector: {}
8+
policyTypes:
9+
- Ingress
10+
- Egress
11+
status: {}
12+

roxctl/generate/generate.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
// Command defines the generate command tree
1010
func Command(cliEnvironment environment.Environment) *cobra.Command {
1111
c := &cobra.Command{
12-
1312
Use: "generate",
1413
}
1514

0 commit comments

Comments
 (0)