lint: remove trailing whitespace (#806)

This commit is contained in:
Eli Flanagan
2022-01-21 18:29:10 -05:00
committed by GitHub
parent 6fa022b0a8
commit e1272f3b73

View File

@ -45,7 +45,7 @@ impl Command for SubCommand {
Some('p'),
)
.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()
.category(Category::Network)
}