Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
uglrl committed Feb 17, 2024
1 parent ad7449e commit da8a156
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/src/layer/trigger/api/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,7 @@ async fn test_api_version() {

#[tokio::test]
async fn test_complete_request() {
let request = {
FULL_REQUEST_STRING
};
let request = { FULL_REQUEST_STRING };
test_gql_request(request).await;
}

Expand Down

0 comments on commit da8a156

Please sign in to comment.