Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Clauss committed Mar 8, 2024
1 parent f72e0f5 commit f850982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/isar/lib/src/isar_connect.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ abstract class _IsarConnect {
if (path.endsWith('=')) {
path = path.substring(0, path.length - 1);
}
final url = ' https://isar-community.dev/inspector/${Isar.version}/#/$port$path ';
final url =
' https://isar-community.dev/inspector/${Isar.version}/#/$port$path ';
String line(String text, String fill) {
final fillCount = url.length - text.length;
final left = List.filled(fillCount ~/ 2, fill);
Expand Down

0 comments on commit f850982

Please sign in to comment.