From ae2dcb04c0506fc4a70ae5ae4ed1ce4b13941c9b Mon Sep 17 00:00:00 2001 From: jessetang <1430482733@qq.com> Date: Mon, 13 Mar 2023 15:42:19 +0800 Subject: [PATCH] fix: markdown form format (#2721) * fix: markdown form format * format import --- SECURITY.md | 8 ++++---- selector/node/ewma/node.go | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index d7fb3ffe2..6e28dd41b 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,10 +5,10 @@ Use this section to tell people about which versions of your project are currently being supported with security updates. -| Version | Supported | -| ------- | ------------------ | -| 2.0.rc1 | :white_check_mark: | -| < 2.0.beta3 | :x: | +| Version | Supported | +|-------------|--------------------| +| 2.0.rc1 | :white_check_mark: | +| < 2.0.beta3 | :x: | ## Reporting a Vulnerability diff --git a/selector/node/ewma/node.go b/selector/node/ewma/node.go index 3b8d2a02c..c718f2525 100644 --- a/selector/node/ewma/node.go +++ b/selector/node/ewma/node.go @@ -10,7 +10,6 @@ import ( "time" "github.com/go-kratos/kratos/v2/errors" - "github.com/go-kratos/kratos/v2/selector" )