Important-Java-Concepts icon indicating copy to clipboard operation
Important-Java-Concepts copied to clipboard

whitespace problem

Open avivi55 opened this issue 2 years ago • 0 comments

Is it just me or in most of the examples the spacing is all messed up, sometimes it is 1 space, then 4, then none

https://github.com/Suryakant-Bharti/Important-Java-Concepts/blob/a22280e42b0ac6caf644cbdfb72219834ff76139/java_basicsI_and_oops/encapsulation/code07_private_access_modifier_is_accessible_only_within_class.java#L3-L6

https://github.com/Suryakant-Bharti/Important-Java-Concepts/blob/a22280e42b0ac6caf644cbdfb72219834ff76139/java_basicsI_and_oops/abstraction/code2_abstract_class_real_scenario_example_bank.java#L6-L23

https://github.com/Suryakant-Bharti/Important-Java-Concepts/blob/a22280e42b0ac6caf644cbdfb72219834ff76139/java_basicsI_and_oops/abstraction/code4_abstract_class_can_have_data_member_method_body_contructor.java#L8-L12

https://github.com/Suryakant-Bharti/Important-Java-Concepts/blob/a22280e42b0ac6caf644cbdfb72219834ff76139/java_basicsI_and_oops/abstraction/code1_abstract_class_and_abstract_method.java#L6-L15

https://github.com/Suryakant-Bharti/Important-Java-Concepts/blob/a22280e42b0ac6caf644cbdfb72219834ff76139/java_basicsI_and_oops/class_and_object/code08_initialization3_by_using_constructor_with_parameters.java#L3-L19

avivi55 avatar Sep 08 '23 08:09 avivi55