Skip to content

Commit

Permalink
remove muts
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Mar 27, 2019
1 parent 6147a25 commit a7e026d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/deno_dir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ impl DenoDir {
gen.join(cache_key.to_string() + ".js.map"),
);

let mut maybe_output_code;
let mut maybe_source_map;
let maybe_output_code;
let maybe_source_map;

let result =
load_cache2(&output_code_filename, &output_source_map_filename);
Expand Down

0 comments on commit a7e026d

Please sign in to comment.