Skip to content

Commit

Permalink
format files
Browse files Browse the repository at this point in the history
  • Loading branch information
sstasi95 committed Dec 7, 2023
1 parent db94fd3 commit 935c56a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/src/mixins/pull_request_mixin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mixin PullRequestHelper {
}) async {
_basePath = basePath;
_projectId = projectId;

final mentionsToReplace = _getMentionsToReplace(data: data);
final mentionsWithNames = await _getIdentitiesFromGuids(mentionsToReplace, getIdentity);

Expand Down
2 changes: 1 addition & 1 deletion lib/src/widgets/navigation_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class NavigationButton extends StatelessWidget {
child: button,
);
}

return button;
}
}
2 changes: 1 addition & 1 deletion test/pipeline_detail_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'api_service_mock.dart';
/// Mock pipeline is taken from [AzureApiServiceMock.getPipeline]
void main() {
setUp(() => VisibilityDetectorController.instance.updateInterval = Duration.zero);

testWidgets(
'Pipeline detail page shows all the details',
(t) async {
Expand Down
2 changes: 1 addition & 1 deletion test/pipelines_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'api_service_mock.dart';

void main() {
setUp(() => VisibilityDetectorController.instance.updateInterval = Duration.zero);

TestWidgetsFlutterBinding.ensureInitialized();

testWidgets(
Expand Down
2 changes: 1 addition & 1 deletion test/pull_request_detail_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'api_service_mock.dart';
/// Mock pull request is taken from [AzureApiServiceMock.getPullRequest]
void main() {
setUp(() => VisibilityDetectorController.instance.updateInterval = Duration.zero);

testWidgets(
'Pull request detail page shows all the details',
(t) async {
Expand Down

0 comments on commit 935c56a

Please sign in to comment.