chore: lint

This commit is contained in:
karishmas6
2024-07-18 23:26:55 +05:30
parent e04d6e6330
commit 2b40ca3437

View File

@@ -89,4 +89,4 @@ export const getBestSelectorForAction = (action: Action) => {
break; break;
} }
return null; return null;
} }