Skip to content

Commit

Permalink
Run gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zankich committed Sep 25, 2014
1 parent 1dab2b0 commit 73d8bf8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions commands/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -2522,10 +2522,10 @@ func AssetNames() []string {

// _bindata is a table, holding each asset generator, mapped to its name.
var _bindata = map[string]func() ([]byte, error){
"support/spark/voodoospark.cpp": support_spark_voodoospark_cpp,
"support/spark/default.cpp": support_spark_default_cpp,
"support/crazyflie/crazyradio.rules": support_crazyflie_crazyradio_rules,
"support/spark/voodoospark.cpp": support_spark_voodoospark_cpp,
"support/spark/default.cpp": support_spark_default_cpp,
"support/crazyflie/crazyradio.rules": support_crazyflie_crazyradio_rules,
"support/digispark/micronucleus.rules": support_digispark_micronucleus_rules,
"support/arduino/firmata.cpp.hex": support_arduino_firmata_cpp_hex,
"support/arduino/rapiro.cpp.hex": support_arduino_rapiro_cpp_hex,
"support/arduino/firmata.cpp.hex": support_arduino_firmata_cpp_hex,
"support/arduino/rapiro.cpp.hex": support_arduino_rapiro_cpp_hex,
}

0 comments on commit 73d8bf8

Please sign in to comment.