瀏覽代碼

Add missing comma

gingerBill 2 年之前
父節點
當前提交
8b825b23b1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/core/crypto/test_core_crypto_modern.odin

+ 1 - 1
tests/core/crypto/test_core_crypto_modern.odin

@@ -272,7 +272,7 @@ test_x25519 :: proc(t: ^testing.T) {
 	// Local copy of this so that the base point doesn't need to be exported.
 	// Local copy of this so that the base point doesn't need to be exported.
 	_BASE_POINT: [32]byte = {
 	_BASE_POINT: [32]byte = {
 		9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 		9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+		0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 	}
 	}
 
 
 	test_vectors := [?]TestECDH {
 	test_vectors := [?]TestECDH {