Skip to content

Commit 08931b5

Browse files
Restyled by whitespace
1 parent b4a000e commit 08931b5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

dsa-problems/gfg-problems/easy/0601-0700.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ export const problems = [
611611
}
612612
]
613613

614-
<Table
614+
<Table
615615
title=""
616616
data={problems}
617617
isSorted={false}

dsa-problems/gfg-problems/medium/0501-0600.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ export const problems = [
611611
}
612612
]
613613

614-
<Table
614+
<Table
615615
title=""
616616
data={problems}
617617
isSorted={false}

dsa-problems/gfg-problems/school/0001-0100.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ export const problems = [
611611
}
612612
]
613613

614-
<Table
614+
<Table
615615
title=""
616616
data={problems}
617617
isSorted={false}

dsa-problems/gfg-problems/school/0101-0123.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const problems = [
149149
}
150150
]
151151

152-
<Table
152+
<Table
153153
title=""
154154
data={problems}
155155
isSorted={false}

src/data/userData.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export const Users: User[] = [
145145
"https://github.com/dhairyagothi/50_days_50_web_project/tree/Main/public/TO_DO_LIST",
146146
tags: ["html", "css", "javascript"],
147147
},
148-
148+
149149
// Dictonary app
150150

151151
{
@@ -157,7 +157,7 @@ export const Users: User[] = [
157157
source: "https://github.com/kartikmehta18/Dictonary-app",
158158
tags: ["opensource", "portfolio", "css", "javascript", "html"],
159159
},
160-
160+
161161
// Portfolio
162162
{
163163
title: "Portfolio",
@@ -168,7 +168,7 @@ export const Users: User[] = [
168168
source: "hhttps://github.com/kartikmehta18/myportfolio",
169169
tags: ["opensource", "portfolio", "css", "javascript", "html"],
170170
},
171-
171+
172172
// Currency Converter Clone
173173

174174
{

src/data/users.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const Tags: { [type in TagType]: Tag } = {
7979
label: "Next.js",
8080
description: "",
8181
color: "#000000",
82-
},
82+
},
8383
typescript: {
8484
label: "TypeScript",
8585
description: "",

0 commit comments

Comments
 (0)