Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
a666925a
Unverified
Commit
a666925a
authored
Jul 08, 2021
by
Ahmed Ashour
Committed by
GitHub
Jul 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add newline at end of file (#86008)
parent
f26e54bd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
test.dart
dev/devicelab/lib/command/test.dart
+1
-1
dialog.dart
packages/flutter/lib/src/cupertino/dialog.dart
+1
-1
basic_types_test.dart
packages/flutter/test/foundation/basic_types_test.dart
+1
-1
sliver_fill_remaining_test.dart
...ages/flutter/test/widgets/sliver_fill_remaining_test.dart
+1
-1
deferred_components_config.dart
...tegration.shard/test_data/deferred_components_config.dart
+1
-1
No files found.
dev/devicelab/lib/command/test.dart
View file @
a666925a
...
@@ -80,4 +80,4 @@ class TestCommand extends Command<void> {
...
@@ -80,4 +80,4 @@ class TestCommand extends Command<void> {
taskArgs:
taskArgs
,
taskArgs:
taskArgs
,
);
);
}
}
}
}
\ No newline at end of file
packages/flutter/lib/src/cupertino/dialog.dart
View file @
a666925a
...
@@ -2485,4 +2485,4 @@ class _RenderCupertinoDialogActions extends RenderBox
...
@@ -2485,4 +2485,4 @@ class _RenderCupertinoDialogActions extends RenderBox
bool
hitTestChildren
(
BoxHitTestResult
result
,
{
required
Offset
position
})
{
bool
hitTestChildren
(
BoxHitTestResult
result
,
{
required
Offset
position
})
{
return
defaultHitTestChildren
(
result
,
position:
position
);
return
defaultHitTestChildren
(
result
,
position:
position
);
}
}
}
}
\ No newline at end of file
packages/flutter/test/foundation/basic_types_test.dart
View file @
a666925a
...
@@ -54,4 +54,4 @@ void main() {
...
@@ -54,4 +54,4 @@ void main() {
);
);
});
});
});
});
}
}
\ No newline at end of file
packages/flutter/test/widgets/sliver_fill_remaining_test.dart
View file @
a666925a
...
@@ -822,4 +822,4 @@ void main() {
...
@@ -822,4 +822,4 @@ void main() {
});
});
});
});
});
});
}
}
\ No newline at end of file
packages/flutter_tools/test/integration.shard/test_data/deferred_components_config.dart
View file @
a666925a
...
@@ -152,4 +152,4 @@ class DeferredComponentModule {
...
@@ -152,4 +152,4 @@ class DeferredComponentModule {
'''
);
'''
);
}
}
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment