mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
dl: run vfmt over all .v files
This commit is contained in:
@@ -2,7 +2,7 @@ module dl
|
||||
|
||||
pub const (
|
||||
version = 1
|
||||
dl_ext = get_shared_library_extension()
|
||||
dl_ext = get_shared_library_extension()
|
||||
)
|
||||
|
||||
pub fn get_shared_library_extension() string {
|
||||
|
||||
Reference in New Issue
Block a user