Skip to content

Commit f6dd3c0

Browse files
committed
Add newline at the end of Cadence script
1 parent 4ddae46 commit f6dd3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/cadence/get_fees_surge_factor.cdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import FlowFees
22

33
access(all) fun main(): UFix64 {
44
return FlowFees.getFeeParameters().surgeFactor
5-
}
5+
}

0 commit comments

Comments
 (0)