lnd: fix gofmt warnings

This commit is contained in:
Andrey Samokhvalov
2017-02-23 22:02:08 +03:00
committed by Olaoluwa Osuntokun
parent 8fb54782e2
commit f2843dd4c9
5 changed files with 21 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ func getTestTxId(miner *rpctest.Harness) (*chainhash.Hash, error) {
}
outputs := []*wire.TxOut{
&wire.TxOut{
{
Value: 2e8,
PkScript: script,
},