Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderniebuhr authored and astrobot-houston committed Oct 2, 2023
1 parent 3dd65bf commit 5fb6a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/cloudflare/src/utils/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
* TODO: Tackle this file, once their is an decision on the upstream request
*/

import type {} from '@cloudflare/workers-types/experimental';
import TOML from '@iarna/toml';
import dotenv from 'dotenv';
import { findUpSync } from 'find-up';
import * as fs from 'node:fs';
import { dirname, resolve } from 'node:path';
import type {} from '@cloudflare/workers-types/experimental';
let _wrangler: any;

function findWranglerToml(
Expand Down

0 comments on commit 5fb6a26

Please sign in to comment.