We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f26b3 commit 802d0f7Copy full SHA for 802d0f7
packages/custom_lint/lib/src/workspace.dart
@@ -123,8 +123,7 @@ String _buildDependencyConstraint(
123
if (hosted.url != null) {
124
result.writeln(' url: ${hosted.url}');
125
}
126
- result.writeln(' version: ${sharedConstraint.getDisplayString()}');
127
-
+ result.write(' version: ${sharedConstraint.getDisplayString()}');
128
return result.toString();
129
130
case PathDependency():
0 commit comments