Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: lint/format fixes in several files #540

Closed
wants to merge 4 commits into from

Conversation

DhairyaMajmudar
Copy link
Contributor

What kind of change does this PR introduce?

Formats the code files.

Issue Number:
#539

Screenshots/videos:
N/A

If relevant, did you update the documentation?

N/A

Summary
Code files are now formatted

@frouioui
Copy link
Member

frouioui commented Apr 30, 2024

There are some conflicts on this branch after merging #536

@DhairyaMajmudar
Copy link
Contributor Author

Yes I have resolved that confilict.

Comment on lines +112 to +128
<<<<<<< HEAD
function Row({ title, value, fmt }) {
var valFmt = value.center;
if (fmt == "time") {
valFmt = secondToMicrosecond(value.center);
} else if (fmt == "memory") {
valFmt = formatByte(value.center);
}
=======
function Row({ title, value, fmt }:RowProps) {
var valFmt = value.center
if (fmt == "time") {
valFmt = secondToMicrosecond(value.center)
} else if (fmt == "memory") {
valFmt = formatByte(value.center)
}
>>>>>>> 85cc5af151fab94e3a4fbf022d03bf596ae36e8f
Copy link
Member

Choose a reason for hiding this comment

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

Something bad has happened with a merge here, the frontend do not start with those.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Its running fine on my side 🤔

image

Copy link
Member

Choose a reason for hiding this comment

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

It should not, normally. But anyway these merge hints have to be removed

@DhairyaMajmudar
Copy link
Contributor Author

I have opened a new PR to resolve all these conflicts.

Closing this one.

@DhairyaMajmudar DhairyaMajmudar deleted the fix/lintFormat branch May 1, 2024 04:55
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.

2 participants