From af1ce130df277d60ec525e958346f5439fb6fab5 Mon Sep 17 00:00:00 2001 From: Vasiliy Ditsyak Date: Sun, 20 Apr 2025 17:13:18 +0200 Subject: [PATCH] 44 --- .github/workflows/pr_thanks_action.yaml | 2 +- lib/box_decoration_border.dart | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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]. // ///