Skip to content

Commit ae2dcb0

Browse files
authored
fix: markdown form format (go-kratos#2721)
* fix: markdown form format * format import
1 parent 6602dc3 commit ae2dcb0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

SECURITY.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
Use this section to tell people about which versions of your project are
66
currently being supported with security updates.
77

8-
| Version | Supported |
9-
| ------- | ------------------ |
10-
| 2.0.rc1 | :white_check_mark: |
11-
| < 2.0.beta3 | :x: |
8+
| Version | Supported |
9+
|-------------|--------------------|
10+
| 2.0.rc1 | :white_check_mark: |
11+
| < 2.0.beta3 | :x: |
1212

1313
## Reporting a Vulnerability
1414

selector/node/ewma/node.go

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"time"
1111

1212
"github.com/go-kratos/kratos/v2/errors"
13-
1413
"github.com/go-kratos/kratos/v2/selector"
1514
)
1615

0 commit comments

Comments
 (0)