Commit 16968cf4 authored by Phil Hughes's avatar Phil Hughes

Merge branch '10710-pipeline-store' into 'master'

Removes extra space in CE

Closes gitlab-ee#10710

See merge request gitlab-org/gitlab-ce!26649
parents 6666c105 1fdc6886
export default class PipelineStore {
constructor() {
this.state = {};
this.state.pipeline = {};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment