Skip to content

Commit a3410dc

Browse files
committed
whitespace: add back missing newline
1 parent 7a210a7 commit a3410dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

transaction.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ func NewTransaction(instructions []Instruction, recentBlockHash Hash, opts ...Tr
446446
l := lookupsMap[tablePubKey]
447447
lookupsWritableKeys = append(lookupsWritableKeys, l.Writable...)
448448
lookupsReadOnlyKeys = append(lookupsReadOnlyKeys, l.Readonly...)
449+
449450
lookups = append(lookups, MessageAddressTableLookup{
450451
AccountKey: tablePubKey,
451452
WritableIndexes: l.WritableIndexes,

0 commit comments

Comments
 (0)