Unverified Commit 7ab55a86 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove unneeded justification marker

parent 88cedc27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -587,7 +587,7 @@ void CreateAtoms::command(int narg, char **arg)
  MPI_Barrier(world);
  if (me == 0)
    utils::logmesg(lmp, fmt::format("Created {} atoms\n"
                        "  create_atoms CPU = {:<.3g} seconds\n",
                        "  create_atoms CPU = {:.3g} seconds\n",
                        atom->natoms - natoms_previous,
                        MPI_Wtime() - time1));
}