Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Sep 18, 2023
1 parent 3da5d84 commit 6024955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ import type { AdvancedRuntime } from '@astrojs/cloudflare';

type ENV = {
SERVER_URL: string;
}
};

declare namespace App {
interface Locals extends AdvancedRuntime<ENV> {
Expand All @@ -138,7 +138,7 @@ import type { DirectoryRuntime } from '@astrojs/cloudflare';

type ENV = {
SERVER_URL: string;
}
};

declare namespace App {
interface Locals extends DirectoryRuntime<ENV> {
Expand Down

0 comments on commit 6024955

Please sign in to comment.