1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-29 10:20:04 +08:00

style: code style

This commit is contained in:
2020-08-02 14:39:29 +08:00
parent ffb253e239
commit 220ae2e8a9
7 changed files with 14 additions and 30 deletions

View File

@@ -24,9 +24,9 @@ use jdk::*;
use build_json::*;
use misc::*;
const BUILDJ: &str = "buildj";
const BUILDJ: &str = "buildj";
const BUDERJ_VER: &str = env!("CARGO_PKG_VERSION");
const GIT_HASH: &str = env!("GIT_HASH");
const GIT_HASH: &str = env!("GIT_HASH");
const BUILD_DATE: &str = env!("BUILD_DATE");