Skip to content

Improve Cloudlet execution output formatting using String.format() - #2

Open
Aditya-Patil06 wants to merge 1 commit into
suyash-more:masterfrom
Aditya-Patil06:improve-output-formatting
Open

Improve Cloudlet execution output formatting using String.format()#2
Aditya-Patil06 wants to merge 1 commit into
suyash-more:masterfrom
Aditya-Patil06:improve-output-formatting

Conversation

@Aditya-Patil06

Copy link
Copy Markdown

Summary

This pull request improves the readability of the Cloudlet execution output by replacing manual spacing with String.format().

Changes

  • Replaced manual spacing with String.format()
  • Added fixed-width columns for aligned console output
  • Improved readability of simulation results
  • Removed the unused DecimalFormat import
  • No changes were made to the scheduling logic or makespan calculation.

Testing

  • Verified that the scheduler executes successfully.
  • Verified that the output remains functionally identical while displaying neatly aligned columns.

@Aditya-Patil06
Aditya-Patil06 force-pushed the improve-output-formatting branch from d6a6f93 to 1b88e96 Compare August 11, 2026 09:31
@Aditya-Patil06

Copy link
Copy Markdown
Author

Hi @suyash-more, the updated implementation has been tested and is ready for review. Whenever you have time, I'd appreciate a review. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant