merge assignment

This commit is contained in:
onyx-and-iris 2022-06-30 23:09:26 +01:00
parent a7abc43726
commit 790054f7ce

View File

@ -252,8 +252,7 @@ func (bm *busMode) GetRearOnly() bool {
} }
func newBusLevels(i int, k *kind) levels { func newBusLevels(i int, k *kind) levels {
var init int init := i * 8
init = i * 8
return levels{iRemote{fmt.Sprintf("bus[%d]", i), i}, k, init, 8} return levels{iRemote{fmt.Sprintf("bus[%d]", i), i}, k, init, 8}
} }