From d0f4fc44b29e7c81cc513771015d25ef16980ed9 Mon Sep 17 00:00:00 2001 From: Stuart Campbell <campbellsi@ornl.gov> Date: Tue, 6 Oct 2015 17:07:06 -0400 Subject: [PATCH] Update formatting --- Framework/DataHandling/src/DownloadInstrument.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Framework/DataHandling/src/DownloadInstrument.cpp b/Framework/DataHandling/src/DownloadInstrument.cpp index 0c9257bc420..608b35f190f 100644 --- a/Framework/DataHandling/src/DownloadInstrument.cpp +++ b/Framework/DataHandling/src/DownloadInstrument.cpp @@ -147,7 +147,8 @@ DownloadInstrument::StringToStringMap DownloadInstrument::processRepository() { "this should point to the location of the instrument " "directory in the github API " "e.g. " - "https://api.github.com/repos/mantidproject/mantid/contents/instrument."); + "https://api.github.com/repos/mantidproject/mantid/contents/" + "instrument."); } StringToStringMap fileMap; try { -- GitLab