Skip to content

Commit

Permalink
Fix build break (linter error)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed Jul 4, 2018
1 parent cfee46e commit 7393c51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/aws-cdk/lib/api/util/account-cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as os from 'os';
import * as path from 'path';
import { debug } from '../../logging';


/**
* Disk cache which maps access key IDs to account IDs.
* Usage:
Expand Down Expand Up @@ -90,4 +89,4 @@ export class AccountAccessKeyCache {

await fs.writeJson(this.cacheFile, map, { spaces: 2 });
}
}
}

0 comments on commit 7393c51

Please sign in to comment.