Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
leviathanbeak committed May 20, 2021
1 parent d90d304 commit 4423391
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion forc/src/ops/forc_init.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::utils::{defaults, constants};
use crate::utils::{constants, defaults};
use std::fs;

pub(crate) fn init_new_project(project_name: String) -> Result<(), Box<dyn std::error::Error>> {
Expand Down
1 change: 0 additions & 1 deletion fume-server/src/capabilities/semantic_tokens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ static ENUM: u32 = 10;
static STRUCT: u32 = 11;
static TRAIT: u32 = 12;


fn get_type(content_type: &ContentType) -> u32 {
if let ContentType::Declaration(dec) = content_type {
match dec {
Expand Down

0 comments on commit 4423391

Please sign in to comment.