mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: insert newline after last HashStmt (#8482)
This commit is contained in:
@@ -4,6 +4,7 @@ module big
|
||||
#flag -I @VROOT/thirdparty/bignum
|
||||
#flag @VROOT/thirdparty/bignum/bn.o
|
||||
#include "bn.h"
|
||||
|
||||
struct C.bn {
|
||||
mut:
|
||||
array [32]u32
|
||||
|
||||
Reference in New Issue
Block a user