NOISSUE tabs -> spaces
This commit is contained in:
@ -4,12 +4,12 @@ namespace URLConstants {
|
||||
|
||||
QString getLegacyJarUrl(QString version)
|
||||
{
|
||||
return "http://" + AWS_DOWNLOAD_VERSIONS + getJarPath(version);
|
||||
return "http://" + AWS_DOWNLOAD_VERSIONS + getJarPath(version);
|
||||
}
|
||||
|
||||
QString getJarPath(QString version)
|
||||
{
|
||||
return version + "/" + version + ".jar";
|
||||
return version + "/" + version + ".jar";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user