Skip to content

Commit c149e0c

Browse files
Luis RomeroLuis Romero
authored andcommitted
minor space change
1 parent 1f324e6 commit c149e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/CurrencyExchange.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
public class CurrencyExchange {
22

3-
public static final double US_DOLLAR = 1.00;
3+
public static final double US_DOLLAR = 1.00;
44
public static final double EURO = 0.94;
55
public static final double BRITISH_POUND = 0.82;
66
public static final double INDIAN_RUPEE = 68.32;

0 commit comments

Comments
 (0)