Skip to content

Commit 3341145

Browse files
author
Yago Carlos Fernandez Gou
committed
trim line breaks to comply with project style
1 parent 0de6bf1 commit 3341145

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

internal/cmd/beta/intake/runner/create/create.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ func parseInput(p *print.Printer, cmd *cobra.Command) (*inputModel, error) {
121121
}
122122

123123
p.DebugInputModel(model)
124-
125124
return &model, nil
126125
}
127126

internal/cmd/beta/intake/runner/delete/delete.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ func parseInput(p *print.Printer, cmd *cobra.Command, inputArgs []string) (*inpu
8787
}
8888

8989
p.DebugInputModel(model)
90-
9190
return &model, nil
9291
}
9392

internal/cmd/beta/intake/runner/describe/describe.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ func parseInput(p *print.Printer, cmd *cobra.Command, inputArgs []string) (*inpu
8383
}
8484

8585
p.DebugInputModel(model)
86-
8786
return &model, nil
8887
}
8988

internal/cmd/beta/intake/runner/list/list.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ func parseInput(p *print.Printer, cmd *cobra.Command) (*inputModel, error) {
115115
}
116116

117117
p.DebugInputModel(model)
118-
119118
return &model, nil
120119
}
121120

internal/cmd/beta/intake/runner/update/update.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ func parseInput(p *print.Printer, cmd *cobra.Command, inputArgs []string) (*inpu
121121
}
122122

123123
p.DebugInputModel(model)
124-
125124
return &model, nil
126125
}
127126

0 commit comments

Comments
 (0)