Run prettier on everything (#104)
This commit is contained in:
@@ -31,7 +31,7 @@ export function useCountTokens() {
|
||||
setLoading(false);
|
||||
}
|
||||
},
|
||||
[setLoading, setError, setResult]
|
||||
[setLoading, setError, setResult],
|
||||
);
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user