Skip to content

Commit

Permalink
chore: dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce committed Dec 18, 2023
1 parent c278aa1 commit 7bd215f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/messages/values.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sealed class Value {}

class StringValue implements Value {
String _value;
final String _value;
StringValue(String v) : _value = v;
String get value => _value;
}
Expand Down
2 changes: 0 additions & 2 deletions test/src/auth/credential_provider_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:html';

import 'package:client_sdk_dart/src/auth/credential_provider.dart';
import 'package:test/test.dart';
import 'dart:convert';
Expand Down

0 comments on commit 7bd215f

Please sign in to comment.