这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@VyankateshA1
Copy link

…mode. #3738

Copy link
Member

@sylirre sylirre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logically this doesn't change anything.

In Java the conditionals may look like this:

if (condition)
  code();
else
  code_alternate();

or

if (condition) {
  code();
} else {
  code_alternate();
}

Both equally same. You just added braces.

@sylirre sylirre marked this pull request as draft January 9, 2024 13:23
@agnostic-apollo
Copy link
Member

Agreed with sylirre. May be related to #2653 which isn't available in 0.118.0

Copy link

@Roblox23W12 Roblox23W12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Request changes

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.

4 participants