Skip to content

Commit 6609f97

Browse files
Update MacAddress.java
1 parent 8d629ea commit 6609f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/bytingbulldogs/bulldoglibrary/networking/MacAddress.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/** Used to get the mac addresses of the robot and other devices. */
1717
public class MacAddress {
1818
String practice;
19-
boolean listAddresses
19+
boolean listAddresses;
2020

2121
public MacAddress(String practice) {
2222
this(practice, true);

0 commit comments

Comments
 (0)