Browse Source

style: remove random trailing spaces

更改配置文件时在 config.json 发现一个,顺便看到 debina 更改日志里也有一个。
unknowndevQwQ 1 year ago
parent
commit
b1079aae71
2 changed files with 2 additions and 2 deletions
  1. 1 1
      release/config/config.json
  2. 1 1
      release/debian/changelog

+ 1 - 1
release/config/config.json

@@ -126,7 +126,7 @@
   },
 
   // Stats enables internal stats counter.
-  // This setting can be used together with Policy and Api. 
+  // This setting can be used together with Policy and Api.
   //"stats":{},
 
   // Api enables gRPC APIs for external programs to communicate with V2Ray instance.

+ 1 - 1
release/debian/changelog

@@ -82,7 +82,7 @@ v2ray-core (4.34.0-1) unstable; urgency=medium
 
   * TLS Session Resumption is now disabled by default (#569).
     See #557 for more information.
-  * Support for the legacy Shadowsocks protocol with stream ciphers has been removed (#566). 
+  * Support for the legacy Shadowsocks protocol with stream ciphers has been removed (#566).
     If you are still using the unsecure stream ciphers, migrate to Shadowsocks AEAD (ChaCha20Poly1305 and AES-GCM) immediately.
   * We have added preliminary support for DNS over QUIC (#534).
     Currently only non-proxied lookup is supported.