Skip to content

Commit f15b604

Browse files
committed
remove unnecessary borrow again, after merge reintroduced it
1 parent 4a7d05a commit f15b604

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cadence/contracts/FlowALPv0.cdc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2159,6 +2159,5 @@ access(all) contract FlowALPv0 {
21592159
<-create PoolFactory(),
21602160
to: self.PoolFactoryPath
21612161
)
2162-
let _factory = self.account.storage.borrow<&PoolFactory>(from: self.PoolFactoryPath)!
21632162
}
21642163
}

0 commit comments

Comments
 (0)