Skip to content

Commit 2a86319

Browse files
author
Davide Melfi
committed
chore: fix linting
1 parent b553d1e commit 2a86319

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lambda-runtime/src/layers/api_client.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ mod tests {
279279
assert!(result.is_err());
280280
let err = result.unwrap_err();
281281
assert!(err.to_string().contains("Request build error"));
282-
282+
283283
// Verify the error was logged
284284
assert!(logs_contain("failed to build Lambda Runtime API request"));
285285
}
@@ -303,7 +303,7 @@ mod tests {
303303

304304
// Network errors should propagate as Err
305305
assert!(result.is_err());
306-
306+
307307
// Verify the error was logged
308308
assert!(logs_contain("Lambda Runtime API request failed"));
309309
}

lambda-runtime/src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ macro_rules! log_or_print {
77
$fallback_expr;
88
}
99
};
10-
}
10+
}

0 commit comments

Comments
 (0)