Skip to content

Commit

Permalink
refactor: linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki committed Aug 26, 2024
1 parent 582dc25 commit f0cb536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/message/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {FunctionEnvironment, HypervisorType, InstanceEnvironment, MachineResources} from '../types'
import { FunctionEnvironment, HypervisorType, InstanceEnvironment, MachineResources } from '../types'
import { gigabyteToMebibyte } from '@aleph-sdk/core'

export const defaultExecutionEnvironment: FunctionEnvironment = {
Expand Down

0 comments on commit f0cb536

Please sign in to comment.