Skip to content

Commit

Permalink
fix(objectionary#2790):fix comments line
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanich96 committed Jan 22, 2024
1 parent bd9b721 commit 3e706e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ public XML apply(final Path path) throws FileNotFoundException {
final Path dir = new Place(
new XMLDocument(path)
.xpath("/program/@name")
.get(0))
.get(0)
)
.make(this.target, "");
Logger.debug(
this, "Optimization steps will be tracked to %s",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright (c) 2016-2023 Objectionary.com
* Copyright (c) 2016-2024 Objectionary.com
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright (c) 2016-2023 Objectionary.com
* Copyright (c) 2016-2024 Objectionary.com
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 3e706e5

Please sign in to comment.