Skip to content

Commit

Permalink
fix:code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Dec 26, 2024
1 parent b429a6d commit a3013a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions smart-contract/assembly/contracts/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {

import { u256 } from 'as-bignum/assembly';


export function constructor(_: StaticArray<u8>): void {
mrc721Constructor('MassaNameService', 'MNS');
Storage.set(COUNTER_KEY, u256ToBytes(u256.Zero));
Expand Down Expand Up @@ -304,7 +303,7 @@ export function dnsReverseResolve(args: StaticArray<u8>): StaticArray<u8> {
domains = domains.concat(domain);

if (i < keys.length - 1) {
domains.push(44/* coma */);
domains.push(44 /* coma */);
}
}

Expand Down

0 comments on commit a3013a3

Please sign in to comment.