Skip to content

Commit 6e14197

Browse files
author
NoahAndrews
committed
Remove extra space in error message
1 parent 1294ac0 commit 6e14197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/canWrapper.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "canWrapper.h"
2121
#include "DfuSeFile.h"
2222

23-
#define DEVICE_NOT_FOUND_ERROR "Device not found. Make sure to run getDevices()"
23+
#define DEVICE_NOT_FOUND_ERROR "Device not found. Make sure to run getDevices()"
2424

2525
rev::usb::CandleWinUSBDriver* driver = new rev::usb::CandleWinUSBDriver();
2626

0 commit comments

Comments
 (0)