Skip to content

Commit 78bf963

Browse files
committed
fix indentation
1 parent fc86545 commit 78bf963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/global-sensitivity/load_ensemble.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ load_ensemble <- function(workflow_dir, settings, variable){
2424
names(ens.run.ids)[names(ens.run.ids) == "run_id"] <- "id"
2525
}
2626
} else {
27-
stop(manifest.file, " not found required by read.ensemble.output")
27+
stop(manifest.file, "not found required by read.ensemble.output")
2828
}
2929

3030
ensemble.output.raw <- list()

0 commit comments

Comments
 (0)