Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit c96c42d

Browse files
committed
ws
1 parent ae8ea2a commit c96c42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import 'package:path/path.dart' as path;
1717
main(args) {
1818
// Get sdk dir from cli_util
1919
Directory sdkDir = getSdkDir(args);
20-
20+
2121
// Do stuff... For example, print version string
2222
File versionFile = new File(path.join(sdkDir.path, 'version'));
2323
print(versionFile.readAsStringSync());

0 commit comments

Comments
 (0)