Skip to content

Commit

Permalink
fix: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnrivers committed Jun 4, 2024
1 parent faa9083 commit 03be902
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/app/blog/utils/getBlogImages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export type SourceImage = {
};

export async function getBlogImages(sourceImages: SourceImage[]) {

const existingImages = await fetchImages(
sourceImages.map(image => image.fileName),
);
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Header } from '@/components/Header';
import { PreviewStatus } from '@/components/PreviewStatus';
import { SkipNavLink } from '@/components/SkipNavLink';
import { cn } from '@/utils/classNames';
import { Inter, Source_Code_Pro } from "next/font/google";
import { Inter, Source_Code_Pro } from 'next/font/google';
import './globals.css';

const inter = Inter({
Expand Down

0 comments on commit 03be902

Please sign in to comment.