lint: remove trailing whitespace (#806)
This commit is contained in:
parent
6fa022b0a8
commit
e1272f3b73
|
@ -45,7 +45,7 @@ impl Command for SubCommand {
|
||||||
Some('p'),
|
Some('p'),
|
||||||
)
|
)
|
||||||
.named("timeout", SyntaxShape::Int, "timeout period in seconds", Some('t'))
|
.named("timeout", SyntaxShape::Int, "timeout period in seconds", Some('t'))
|
||||||
.switch("raw", "fetch contents as text rather than a table", Some('r'))
|
.switch("raw", "fetch contents as text rather than a table", Some('r'))
|
||||||
.filter()
|
.filter()
|
||||||
.category(Category::Network)
|
.category(Category::Network)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user