Skip to content

Commit

Permalink
AT-12784: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Nov 25, 2024
1 parent c92e5ac commit 8714d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws/ec2-wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
import Globals from "../globals";

export class EC2Wrapper {
public ec2: EC2Client
public ec2: EC2Client;

constructor (credentials: any) {
this.ec2 = new EC2Client({
Expand Down

0 comments on commit 8714d3c

Please sign in to comment.