Skip to content

Commit

Permalink
fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
Arn0d committed Feb 6, 2024
1 parent df9189a commit d921033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/metadata/slots/karathuru/data.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ fn get_static_data() -> ProjectStaticData {

#[inline(always)]
fn get_external_url_() -> Span<felt252> {
array!['https://app.carbonable.io/', 'launchpad/', 'mangroves-regeneration-', 'karathuru'].span()
array!['https://app.carbonable.io/', 'launchpad/', 'mangroves-regeneration-', 'karathuru']
.span()
}

#[inline(always)]
Expand All @@ -71,4 +72,3 @@ fn add_description_(ref data: Array<felt252>) {
data.append('other half to local communities');
}


0 comments on commit d921033

Please sign in to comment.