Skip to content
Snippets Groups Projects

Apply autoformat to all files for consistency

82 files
+ 681
674
Compare changes
  • Side-by-side
  • Inline

Files

@@ -39,7 +39,7 @@ public class Dateslot {
/**
* Add a slot to the existing slots.
*
* @param slotId the id of the slot to be added
* @param slotId the id of the slot to be added
*/
public void addSlot(final int slotId) {
slots.add(slotId);
Loading