Skip to content

Commit a229e27

Browse files
committed
formatting
1 parent b51e8fe commit a229e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/logs/list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub(super) fn execute(args: ListLogsArgs) -> Result<()> {
7777

7878
let api = Api::current();
7979

80-
// Pass numeric project IDs as project parameter, otherwise pass as query string -
80+
// Pass numeric project IDs as project parameter, otherwise pass as query string -
8181
// current API does not support project slugs as a parameter.
8282
let (query, project_id) = if is_numeric_project_id(project) {
8383
(Cow::Borrowed(&args.query), Some(project.as_str()))

0 commit comments

Comments
 (0)