From 9bf29640cd0d774589b1e410bb3f11096083c9c2 Mon Sep 17 00:00:00 2001 From: lijie Date: Fri, 30 Aug 2024 14:51:54 +0800 Subject: [PATCH] [misc, 0.1h] modify code style format. --- module/story/test/lib/changestory.ui.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/test/lib/changestory.ui.class.php b/module/story/test/lib/changestory.ui.class.php index b39b19cb91..fc937f708f 100755 --- a/module/story/test/lib/changestory.ui.class.php +++ b/module/story/test/lib/changestory.ui.class.php @@ -29,7 +29,7 @@ class changeStoryTester extends tester if($this->response('method') != 'view') { if($form->dom->alertmodal('text') == '『研发需求名称』不能为空。') return $this->success('变更需求表单页面提示正确'); - return $this->failed('变更需求表单页面提示信息不正确'); + return $this->failed('变更需求表单页面提示信息不正确'); } /* 跳转到需求列表页面搜索创建需求并进入该需求详情页。 */