-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prep 6.2.1 and dart format (comment whitespace 🤦)
- Loading branch information
1 parent
49338d9
commit 3a22708
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/// This entrypoint is here so that dartdoc will generate documentation for | ||
/// files under lib/src/server. This is only necessary because conditional | ||
/// files under lib/src/server. This is only necessary because conditional | ||
/// import/export isn't well supported in the Dart ecosystem. | ||
/// | ||
/// | ||
/// Add this import if you are in a non-web environment and writing something | ||
/// that uses github hooks. For more information, see github hooks documentation | ||
/// that uses github hooks. For more information, see github hooks documentation | ||
/// https://developer.github.com/v3/repos/hooks/ | ||
/// `import 'pacakge:github/hooks.dart';` | ||
library hooks; | ||
|
||
export 'src/server/xplat_server.dart'; | ||
export 'src/server/xplat_server.dart'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters