Skip to content

Commit

Permalink
remove errant closing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
AHarmlessPyro committed Aug 6, 2022
1 parent 5bf5fca commit 525abc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/aws-services/create-ec2-instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,3 @@ async function create_new_instance(
const response = await client.send(command);
return response;
}
}

0 comments on commit 525abc3

Please sign in to comment.