Skip to content

Commit 4dcf5c6

Browse files
authored
Merge pull request #25 from Ricky-yu/feature
fix code
2 parents c652c0d + f07d4c8 commit 4dcf5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype/prototype.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void main() {
5151

5252
String cloneIsClone =
5353
sheep == clonedSheep ? "is a clone of" : "is not a clone of";
54-
print("\r\nclonedSheep $cloneIsClone sheep.");
54+
print("clonedSheep $cloneIsClone sheep.");
5555

5656
String someRectIsClone =
5757
sheep == someOtherSheep ? "is a clone of" : "is not a clone of";

0 commit comments

Comments
 (0)