Skip to content

Commit

Permalink
Merge pull request #1739 from KOSASIH/deepsource-transform-1dedc99f
Browse files Browse the repository at this point in the history
style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf
  • Loading branch information
KOSASIH authored Jul 24, 2024
2 parents 9caf06f + 8470b44 commit 41c9258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const initialState = {
data: [],
model: null,
loading: false,
error: null
error: null,
};

export default (state = initialState, action) => {
Expand Down

0 comments on commit 41c9258

Please sign in to comment.