From db42cea070586ca0c954227212302a6bdaf3c7ce Mon Sep 17 00:00:00 2001 From: Yongjie Zhao Date: Tue, 30 Nov 2021 11:26:18 +0800 Subject: [PATCH] fix EOF --- .../.github/ISSUE_TEMPLATE/bug_report.md | 2 +- .../.github/ISSUE_TEMPLATE/question.md | 2 +- .../temporary_superset_ui/superset-ui-plugins-deckgl/LICENSE | 2 +- .../superset-ui-legacy-preset-chart-deckgl/types/external.d.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/bug_report.md b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/bug_report.md index 3d565d849..936a59425 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/bug_report.md +++ b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,6 +24,6 @@ If applicable, add screenshots to help explain your problem. - superset-ui version: [e.g. v0.5.0] - Node version: `node -v` - npm version: `npm -v` - + **Additional context** Add any other context about the problem here. diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/question.md b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/question.md index addff905c..57177d4f4 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/question.md +++ b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/.github/ISSUE_TEMPLATE/question.md @@ -4,5 +4,5 @@ about: Ask for help with something. --- -Your question. +Your question. - How do I xxx? diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/LICENSE b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/LICENSE index 1b22bef9c..11069edd7 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/LICENSE +++ b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/LICENSE @@ -198,4 +198,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. diff --git a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-deckgl/types/external.d.ts b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-deckgl/types/external.d.ts index dd0d8bb06..7d762cf94 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-deckgl/types/external.d.ts +++ b/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl/packages/superset-ui-legacy-preset-chart-deckgl/types/external.d.ts @@ -1 +1 @@ -declare module '@math.gl/web-mercator'; \ No newline at end of file +declare module '@math.gl/web-mercator';