Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Feb 13, 2023
1 parent e5eb507 commit f02946b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// });
// return icons;
// };
//

export const build_runtime_mappings = (settings) => {
const clusters = settings.clusters
.map((cluster) => {
Expand Down Expand Up @@ -62,6 +62,7 @@ export function getTodayWithTime() {
].join('');
return output;
}

export const getGlobalsearchIconUrl = (contentTypeNormalize) => (
result,
config,
Expand Down

0 comments on commit f02946b

Please sign in to comment.