Skip to content
New issue

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

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

Already on GitHub? # to your account

[#43] state() types fixed #45

Merged
merged 3 commits into from
Sep 13, 2016
Merged

[#43] state() types fixed #45

merged 3 commits into from
Sep 13, 2016

Conversation

ferigis
Copy link
Member

@ferigis ferigis commented Sep 13, 2016

[close #43]

types(_Config) ->
ok = state1(#{any => value}),
ok = state2(#{any => value}),

Copy link

Choose a reason for hiding this comment

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

Line 13 has 2 trailing whitespace characters.

{comment, ""}.

-spec state1(sr_entities_handler:state()) -> ok.
state1(_State) -> ok.
Copy link
Contributor

Choose a reason for hiding this comment

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

This test doesn't make sense to me, always return 'ok', no matter what it receives.

@cabol cabol merged commit 53b0bec into master Sep 13, 2016
@ferigis ferigis deleted the ferigis.43.fix_types branch September 14, 2016 11:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "_=>_" to the state() types
3 participants