diff --git a/.github/workflows/pr_thanks_action.yaml b/.github/workflows/pr_thanks_action.yaml index b373b86f..dc72c160 100644 --- a/.github/workflows/pr_thanks_action.yaml +++ b/.github/workflows/pr_thanks_action.yaml @@ -4,7 +4,7 @@ on: pull_request_target: types: - closed - +#asdf jobs: if_merged: if: github.event.pull_request.merged == true diff --git a/lib/box_decoration_border.dart b/lib/box_decoration_border.dart index c8a9d2d8..5747f957 100644 --- a/lib/box_decoration_border.dart +++ b/lib/box_decoration_border.dart @@ -4,8 +4,6 @@ // // // -// -// // class BoxDecorationBorder extends InputBorder { // /// Creates an underline border for an [InputDecorator]. // ///