Skip to content

Commit

Permalink
fix: markdown form format (#2721)
Browse files Browse the repository at this point in the history
* fix: markdown form format

* format import
  • Loading branch information
demoManito authored Mar 13, 2023
1 parent 6602dc3 commit ae2dcb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion selector/node/ewma/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"time"

"github.com/go-kratos/kratos/v2/errors"

"github.com/go-kratos/kratos/v2/selector"
)

Expand Down

0 comments on commit ae2dcb0

Please sign in to comment.