Skip to content

Commit 0afc73d

Browse files
committed
fix: fix format
1 parent c784d70 commit 0afc73d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/src/utils/templateAggregators.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export const getTemplatesByTag = (
1818
} else {
1919
tags[tag] = [template];
2020
}
21-
};
22-
};
21+
}
22+
}
2323

2424
return tags;
2525
};
@@ -36,7 +36,7 @@ export const getTemplatesByOrg = (templates: Template[]): TemplatesByOrg => {
3636
} else {
3737
orgs[org] = [template];
3838
}
39-
};
39+
}
4040

4141
return orgs;
4242
};

0 commit comments

Comments
 (0)