Skip to content

Commit

Permalink
Format and build after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Gringauze committed Apr 7, 2021
1 parent c6837e0 commit aef6493
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dwds/lib/src/injected/client.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions fixtures/_testPackage/lib/src/test_part.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ int testLibraryPartFunction(int formal) {
class TestLibraryPartClass {
final int field;
final int _field;
TestLibraryPartClass(this.field, this._field) {

TestLibraryPartClass(this.field, this._field) {
print('Contructor'); // Breakpoint: testLibraryPartClassConstructor
}

Expand Down
2 changes: 1 addition & 1 deletion fixtures/_testPackageSound/lib/src/test_part.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ int testLibraryPartFunction(int formal) {
class TestLibraryPartClass {
final int field;
final int _field;

TestLibraryPartClass(this.field, this._field) {
print('Contructor'); // Breakpoint: testLibraryPartClassConstructor
}
Expand Down

0 comments on commit aef6493

Please sign in to comment.