Skip to content

Commit

Permalink
ran gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincabbage committed Aug 29, 2015
1 parent afa49bb commit db5c9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/hd44780/hd44780_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ type mockI2CBus struct {
closed bool
}

func (bus *mockI2CBus) ReadBytes(addr byte, num int) ([]byte, error) { return []byte{0x00}, nil }
func (bus *mockI2CBus) ReadBytes(addr byte, num int) ([]byte, error) { return []byte{0x00}, nil }
func (bus *mockI2CBus) ReadByte(addr byte) (byte, error) { return 0x00, nil }
func (bus *mockI2CBus) WriteBytes(addr byte, value []byte) error { return nil }
func (bus *mockI2CBus) ReadFromReg(addr, reg byte, value []byte) error { return nil }
Expand Down

0 comments on commit db5c9ab

Please sign in to comment.