fix style

This commit is contained in:
asiekierka 2014-12-28 15:08:42 +01:00
parent 9df61617d7
commit d007865b58
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ apply plugin: 'forge' // adds the forge dependency
apply plugin: 'maven' // for uploading to a maven repo
apply plugin: 'checkstyle'
version = "6.2.6"
version = "6.2.7"
group= "com.mod-buildcraft"
archivesBaseName = "buildcraft" // the name that all artifacts will use as a base. artifacts names follow this pattern: [baseName]-[appendix]-[version]-[classifier].[extension]

View file

@ -93,7 +93,7 @@ public class PathFinding {
}
public void preRun() {
if(end == null) {
if (end == null) {
targetNotFound = searchForTarget(64);
}
}