Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed Dec 19, 2024
1 parent a1e3d1c commit 8cbe78e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion solarkraft/src/fetcher/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,10 @@ export function storagePath(solarkraftHome: string): string {
* @param entry a call entry
* @returns the filename, where the entry was stored
*/
export function saveContractCallEntry(home: string, entry: ContractCallEntry): string {
export function saveContractCallEntry(
home: string,
entry: ContractCallEntry
): string {
const filename = getEntryFilename(storagePath(home), entry)
const verificationStatus: VerificationStatus =
entry.verificationStatus ?? VerificationStatus.Unknown
Expand Down

0 comments on commit 8cbe78e

Please sign in to comment.