Order consts

This commit is contained in:
Sergey Isaev 2020-08-18 15:52:59 +03:00
parent 66b878c7c5
commit 032b0b3ee2

View File

@ -18,9 +18,10 @@ use crate::{cli::CLI, cli_types::*};
use self_update::{backends::github, cargo_crate_version};
const LEO_BIN_NAME: &str = "leo";
const LEO_REPO_OWNER: &str = "AleoHQ";
const LEO_REPO_NAME: &str = "leo";
const LEO_BIN_NAME: &str = "leo";
#[derive(Debug)]
pub struct UpdateCommand;