Skip to content

Commit

Permalink
chore(ec2-metadata-service): add newlines for readability
Browse files Browse the repository at this point in the history
Co-authored-by: Trivikram Kamat <[email protected]>
  • Loading branch information
siddsriv and trivikr authored Mar 18, 2024
1 parent f0e4eb3 commit 46e2b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ec2-metadata-service/src/MetadataService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { MetadataServiceOptions } from "./MetadataServiceOptions";
export class MetadataService {
private disableFetchToken: boolean;
private config: Promise<MetadataServiceOptions>;

/**
* Creates a new MetadataService object with a given set of options.
*/
Expand Down

0 comments on commit 46e2b00

Please sign in to comment.