Skip to content

Commit

Permalink
style: removes spacing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-a-pelegrino committed Dec 11, 2024
1 parent d11b294 commit 6fd40dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ee/packages/license/src/license.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ export class LicenseManager extends Emitter<LicenseEvents> {
const activeModules = getModules.call(this);
const externalModules = getExternalModules.call(this);
const license = this.getLicense();

// Get all limits present in the license and their current value
const limits = Object.fromEntries(
(includeLimits &&
Expand Down

0 comments on commit 6fd40dc

Please sign in to comment.