Skip to content

Commit 30cef3f

Browse files
Fix lint issue.
1 parent 70c7069 commit 30cef3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/fundable/projectsDetails.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const fundableProjectsDetails = {
5858
currentFundingPercentage: 0,
5959
repoLink: "https://github.com/mamba-org/mamba"
6060
}],
61-
61+
6262
scientificComputing: [
6363
{
6464
category: "Scientific Computing",
@@ -72,7 +72,7 @@ export const fundableProjectsDetails = {
7272
currentFundingPercentage: 0,
7373
repoLink: "https://github.com/xtensor-stack/xsimd"
7474
},
75-
{
75+
{
7676
category: "Scientific Computing",
7777
title: "Implementing Kazushige Goto Algorithms for Matrix Operations in xtensor",
7878
pageName: "MatrixOperationsInXtensor",

0 commit comments

Comments
 (0)